home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ocone.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  1KB  |  24 lines

  1. #ifndef _OCONE_H_
  2. #define _OCONE_H_
  3.  
  4. enum
  5. {
  6.     ID_CONECAPS                                    = 820,
  7.  
  8.     PRIM_CONE_TRAD                            = 1130, // REAL      - Ptop Radius [>=0.0]
  9.     PRIM_CONE_BRAD                            = 1131, // REAL       - Pbottom Radius [>=0.0]
  10.     PRIM_CONE_HEIGHT                        = 1132, // REAL    - Height [>=0.0]
  11.     PRIM_CONE_HSUB                            = 1133, // LONG       - Height Segments [>0]
  12.     PRIM_CONE_CSUB                            = 1134, // LONG    - Cap Segments [>0]
  13.     PRIM_CONE_SEG                                = 1135, // LONG    - Rotational Segments [>2]
  14.     PRIM_CONE_TOPFILLET_RADIUS    = 1137, // REAL       - Ptop Fillet [>=0.0, <=TopRad, TopFil+BotFil<=Height]
  15.     PRIM_CONE_BOTFILLET_RADIUS    = 1138, // REAL       - Botom Fillet [>=0.0, <=TopRad, TopFil+BotFil<=Height]
  16.     PRIM_CONE_TOPFILLET_HEIGHT    = 1139, // REAL    - Ptop Fillet Y [>=0.0, overwrites Y component of TFILLET]
  17.     PRIM_CONE_BOTFILLET_HEIGHT    = 1140, // REAL    - Pbottom Fillet Y [>=0.0, overwrites Y component of BFILLET]
  18.     PRIM_CONE_FSUB                            = 1141, // LONG       - Fillet Subdivision [>0]
  19.     PRIM_CONE_TOPFILLET                    = 1142,    // BOOL
  20.     PRIM_CONE_BOTFILLET                    = 1143, // BOOL
  21.     PRIM_CONE_CAPS                            = 1144
  22. };
  23.  
  24. #endif